-+-    Example 1 for DB Dumper for PROGRESS  *  Copyright (C) JP 2oo6    -+-

GOAL:
=====
  Extract data from Interbase database to text file and load it to PROGRESS
  database.

COMPONENTS:
===========
  Server: INTERBASE 6.0.1.0
  Database: Delphi Interbase
  ODBC Driver: XTG Systems InterBase6 ODBC Driver for Win32 1.0.0 beta 17-pre3

STEPS:
======
 1) Install ODBC driver

 2) Create script with tables to extract. (Check Script_1.txt)

 3) Be sure that server is running ok. I use to connect this string:
    DRIVER={XTG Systems InterBase6 ODBC driver}; DB=localhost:C:\DBTest\intlemp.gdb; Uid=SYSDBA; Pwd=masterkey
    You can modify it to your connect details.

 4) Generated output you can load to PROGRESS DB. Just build your own data
    parser and loader. I use as delimiter TAB key because some usual delimiters (;)
    can be used inside data.

FAQ:
====
Q: How i load this output to my PROGRESS database ?
A: You must code your own loader (*.p, *.w) that process your target data.
   (maybe you don't need process all data) If i have some free time i attach 
   here some example ...
